home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / xinetd.2 / xinetd / xinetd.2.1.7-linux.4 / README.freebsd < prev    next >
Encoding:
Text File  |  1996-01-24  |  1.0 KB  |  32 lines

  1. $Id: README.freebsd,v 1.3 1996/01/24 19:26:30 chuck Exp $
  2.  
  3. I did this port of xinetd to BSDI originally for a freenet I helped get
  4. on the air, and cleaned it up some time later while building my first
  5. firewall. Linux and FreeBSD 2.x ports came later. FreeBSD 2.x is now my
  6. OS of choice for hacking, despite having a few rough edges.
  7.  
  8. Installation goes as per the INSTALL document. Note that you will need the
  9. secure package installed to build successfully. Run compile-src, and pick your
  10. OS (freebsd2). Answer no to the man page question.
  11.  
  12. If you want to build without RPC capability, you should build with the
  13. command
  14.  
  15. ./compile-src -sf no_rpc -os freebsd2
  16.  
  17. After the build completes, you can install to the default directories
  18. /usr/local/sbin for the binary, and /usr/local/man for the manuals,
  19. by typing
  20.  
  21. make install
  22. make install.man
  23.  
  24. from the xinetd subdirectory.
  25.  
  26. Please respect Panos' wishes and address any comments about this version of
  27. xinetd to me. Thanks to Panos for the original version of xinetd.
  28.  
  29. Chuck Murcko
  30. chuck@telebase.com
  31.  
  32.